change value in pandas dataframe cell

142

change value in pandas dataframe cell -

df.loc[row_or_index, column_name] = value

Comments

Submit
0 Comments